| Package | hl7.fhir.uv.cmi |
| Resource Type | CodeSystem |
| Id | cql-version |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/cmi/https://build.fhir.org/ig/HL7/Content-Management-Infrastructure-IG/CodeSystem-cql-version.html |
| URL | http://hl7.org/fhir/uv/cmi/CodeSystem/cql-version |
| Version | 0.1.0 |
| Status | active |
| Date | 2021-08-31T23:21:03-06:00 |
| Name | CQLVersion |
| Title | CQL Version Codes |
| Realm | uv |
| Authority | hl7 |
| Description | The version of CQL supported |
| Content | complete |
| ValueSet | |
| cql-version | CQL Version |
No resources found
Note: links and images are rebased to the (stated) source
This code system http://hl7.org/fhir/uv/cmi/CodeSystem/cql-version defines the following codes:
| Code | Display |
| 1.0 | CQL Version 1.0 |
| 1.1 | CQL Version 1.1 |
| 1.2 | CQL Version 1.2 |
| 1.3 | CQL Version 1.3 |
| 1.4 | CQL Version 1.4 |
| 1.5 | CQL Version 1.5 |
{
"resourceType": "CodeSystem",
"id": "cql-version",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/cmi/CodeSystem/cql-version",
"version": "0.1.0",
"name": "CQLVersion",
"title": "CQL Version Codes",
"status": "active",
"experimental": false,
"date": "2021-08-31T23:21:03-06:00",
"publisher": "Clinical Decision Support WG",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description": "The version of CQL supported",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/uv/cmi/ValueSet/cql-version",
"content": "complete",
"concept": [
{
"code": "1.0",
"display": "CQL Version 1.0"
},
{
"code": "1.1",
"display": "CQL Version 1.1"
},
{
"code": "1.2",
"display": "CQL Version 1.2"
},
{
"code": "1.3",
"display": "CQL Version 1.3"
},
{
"code": "1.4",
"display": "CQL Version 1.4"
},
{
"code": "1.5",
"display": "CQL Version 1.5"
}
]
}